/*Darren RScanner (by Darren Izzard, zysyshelp@yahoo.com)
	- waveshape for G-Force.

  Two lines "scan" the screen with beams.
	(actually, this is what I was trying to do with Darren Scanner.)
*/

Aspc=1,

A0="0.4+rnd(2.0)",	//scanrate
A1="0.2+rnd(0.4)",	//rotation rate
A2="0.5+rnd(0.5)",	//scansize

B0="cos(cos(t*a0)*a2+1.5)",
B1="sin(cos(t*a0)*a2+1.5)",
B2="cos(t*a1)",
B3="sin(t*a1)",

C0="mag(s)*0.25",
C1="s*1.5",
C2="(c0*b0+c1*b1)-1",
C3="c0*b1-c1*b0",

X0="c2*b2+c3*b3",
Y0="c2*b3-c3*b2",

X1="c2*b2-c3*b3",
Y1="c2*b3+c3*b2",

Pen="1",

Stps=0,

ConB=1,

Vers=100
